home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / c / amiexpress / source / doors / auxed / auxed.doc < prev    next >
Encoding:
Text File  |  1992-12-26  |  1.2 KB  |  40 lines

  1. .-----------------------------------------------------.
  2. | Ami-Express AUXED Version 1.0 Written by ByteMaster |
  3. |     /X Development Team - The Silent Achievers      |
  4. `-----------------------------------------------------'
  5.  
  6. This is a sys.cmd for /X 2.30+
  7.  
  8. This XIM allows you to replace the internal EDITOR
  9. functions with this editor interface.
  10.  
  11. This editor interface allows you to specify a local
  12. Editor to use, otherwise it will use EMACS through
  13. the AUX handler.
  14.  
  15.  
  16. Please refer to documentation for installation procedures.
  17.  
  18. NOTE: This door must be refered as EDITOR in the sys.cmd file.
  19.  
  20. CONFIGURATION:
  21.  
  22.    If you wish to use an editor other than EMACS for local editing, then
  23.    create a file in the directory which contains the XIM called:
  24.  
  25.    AUXED.CFG
  26.  
  27.    Place in the file the complete pathname for the editor of your choice.
  28.    If you do not specify a path then AUXED will search the command path
  29.    for the file.
  30.  
  31.    Example of AUXED.CFG
  32.    ----cut here--------------
  33.    ED
  34.    ----cut here--------------
  35.  
  36.  
  37. NOTE: For unknown reasons I cannot get the AUX working via the A2232 serial
  38. card, therefore I would not grant anyone access to this door other than
  39. those with Local Access.
  40.